<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    font-family: "Verdana";
}
html{
    min-width: 1200px;
}
a{
    text-decoration: none;
    color: #343434;
}
ul,li{
    list-style: none;
}
select,input,textarea{
    outline: none;
}
img{
    border: none;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
/*��ť��ʽ*/
.btn{
    z-index: 1;
    position: relative;
}
.btn:hover{
    color: #003580!important;
    background-color: transparent;
}
.btn:hover:before{
    left: 0;
    right: auto;
    width: 100%;
}
.btn:before{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    color: #003580 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn01{
    z-index: 1;
    position: relative;
}
.btn01:hover{
    color: #fff!important;
    background-color: transparent;
}
.btn01:hover:before{
    bottom: 0;
    top: auto;
    height: 100%;
}
.btn01:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #003580;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn01.active{
    color: #fff!important;
}
.btn01.active:before{
    bottom: 0;
    top: auto;
    height: 100%;
}
.btn02{
    z-index: 1;
    position: relative;
}
.btn02:hover{
    color: #fff!important;
    background-color: transparent;
}
.btn02:hover:after{
    height: 700%;
    opacity: 1;
}
.btn02:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 150%;
    z-index: -1;
    content: '';
    opacity: 0.5;
    color: #fff !important;
    background: #003580;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transition: all 0.75s ease 0s;
}
.btn01.active{
    color: #fff!important;
}
.btn01.active:before{
    bottom: 0;
    top: auto;
    height: 100%;
}
/*ͷ��*/
.header{
    height: 80px;
}
.header&gt;div{
    overflow: hidden;
}
.logo{
    line-height: 80px;
    float: left;
}
.logo img{
    vertical-align: middle;
    max-height: 50px;
    height: 50px;
}
/*����*/
#menu{
    float: left;
    /*margin-left: 115px;*/
    margin-left: 40px;
    padding: 20px 0;
}
#menu&gt;ul{
    overflow: hidden;
    line-height: 40px;
}
#menu&gt;ul&gt;li{
    float: left;
    margin:0 30px;
    font-size: 16px;
    text-align: center;
    position: relative;
}
#menu&gt;ul&gt;li span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    background: #003580;
    top: 38px;
    left: 50%;
}
/*#menu&gt;ul&gt;li:hover{
    border-color: #003580;
    color: #003580;
}*/
#top_right{
    float: right;
}
.clearfix:after{
    content: "";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    zoom: 1;
}
#hotTel{
    float: left;
    padding: 17px 0;
    margin-right: 15px;
}
#hotTel&gt;.title{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}
#hotTel&gt;.Tel{
    color: #003f98;
    font-size: 18px;
    line-height: 26px;
}
#top_right&gt;.english{
    float: left;
    border-left:1px solid #f0f0f0 ;
    border-right:1px solid #f0f0f0 ;
}
#top_right&gt;.english&gt;a{
    display: block;
    width: 58px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
#top_right&gt;.english&gt;a:hover{
    background: #003580;
    color: #fff;
}
/*��ҳ*/
.page_div {
    margin-top: 40px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    box-sizing: border-box;
    text-align: center;
}

.page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
}
#prePage,
#nextPage {
    width: 70px;
}
.page_div a:hover{
    border-color: #003580;
    color: #003580;
}

.page_div .current {
    background-color: #003580;
    border-color: #003580;
    color: #FFFFFF!important;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #003580;
    margin: 0 5px;
}
/*�ײ�*/
.footer{
    height: 270px;
    background-image: url("../images/foot_bg.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}
.footer_top{
    padding-top: 30px;
    overflow: hidden;
}
.footer_menu {
    /*width: 880px;*/
    max-width: 1050px;
    min-height: 172px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.footer_menu ul {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.footer_menu ul li {
    text-align: left;
}
.footer_menu ul li:first-child{
    margin-bottom: 15px;
}
.footer_menu ul li a{
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
}
.footer_top .weixin{
    float: right;
    margin-right: 80px;
    width:100px;
}
.footer_top .weixin img{
    max-width:100%
}
.footer_top .weixin&gt;p{
    text-align: center;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}
.footer_bottom{
    height: 67px;
    line-height: 67px;
    border-top: 1px solid #646d7a;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.footer_bottom a{
    color:#fff
}</pre></body></html>